悟空视频

    在线播放云盘网盘BT下载影视图书

    Node.js Web Development - 图书

    2020计算机·编程设计
    导演:David Herron
    Node.js is the leading choice of server-side web development platform, enabling developers to use the same tools and paradigms for both server-side and client-side software. This updated fifth edition of Node.js Web Development focuses on the new features of Node.js 14, Express 4.x, and ECMAScript, taking you through modern concepts, techniques, and best practices for using Node.js.The book starts by helping you get to grips with the concepts of building server-side web apps with Node.js. You’ll learn how to develop a complete Node.js web app, with a backend database tier to help you explore several databases. You'll deploy the app to real web servers, including a cloud hosting platform built on AWS EC2 using Terraform and Docker Swarm, while integrating other tools such as Redis and NGINX. As you advance, you'll learn about unit and functional testing, along with deploying test infrastructure using Docker. Finally, you'll discover how to harden Node.js app security, use Let's Encrypt to provision the HTTPS service, and implement several forms of app security with the help of expert practices. With each chapter, the book will help you put your knowledge into practice throughout the entire life cycle of developing a web app.By the end of this Node.js book, you’ll have gained practical Node.js web development knowledge and be able to build and deploy your own apps on a public web hosting solution.
    Node.js Web Development
    图书

    Node.js Web Development - 图书

    2020计算机·编程设计
    导演:David Herron
    Node.js is the leading choice of server-side web development platform, enabling developers to use the same tools and paradigms for both server-side and client-side software. This updated fifth edition of Node.js Web Development focuses on the new features of Node.js 14, Express 4.x, and ECMAScript, taking you through modern concepts, techniques, and best practices for using Node.js.The book starts by helping you get to grips with the concepts of building server-side web apps with Node.js. You’ll learn how to develop a complete Node.js web app, with a backend database tier to help you explore several databases. You'll deploy the app to real web servers, including a cloud hosting platform built on AWS EC2 using Terraform and Docker Swarm, while integrating other tools such as Redis and NGINX. As you advance, you'll learn about unit and functional testing, along with deploying test infrastructure using Docker. Finally, you'll discover how to harden Node.js app security, use Let's Encrypt to provision the HTTPS service, and implement several forms of app security with the help of expert practices. With each chapter, the book will help you put your knowledge into practice throughout the entire life cycle of developing a web app.By the end of this Node.js book, you’ll have gained practical Node.js web development knowledge and be able to build and deploy your own apps on a public web hosting solution.
    Node.js Web Development
    图书

    Advanced Node.js Development - 图书

    2018计算机·计算机综合
    导演:Andrew Mead
    This book is for anyone looking to launch their own Node applications, switch careers, or freelance as a Node developer. You should have a basic understanding of JavaScript in order to follow this book. This book follows directly on from Learning Node.js Development, but more advanced readers can benefit from this book without having read the first part.
    Advanced Node.js Development
    搜索《Advanced Node.js Development》
    图书

    Vue.js 2 Web Development Projects - 图书

    2017计算机·编程设计
    导演:Guillaume Chau
    If you are a web developer who now wants to create rich and interactive professional applications using Vue.js, then this book is for you. Prior knowledge of JavaScript is assumed. Familiarity with HTML, Node.js, and tools such as npm and webpack will be helpful but not necessary.
    Vue.js 2 Web Development Projects
    搜索《Vue.js 2 Web Development Projects》
    图书

    Node.js Blueprints - 图书

    2014计算机·编程设计
    导演:Krasimir Tsonev
    A straightforward, practical guide containing step-by-step tutorials that will push your Node.js programming skills to the next level. If you are a web developer with experience in writing client-side JavaScript and want to discover the fascinating world of Node.js to develop fast and efficient web and desktop applications, then this book is for you.
    Node.js Blueprints
    搜索《Node.js Blueprints》
    图书

    Node.js实战 - 图书

    2018计算机·编程设计
    导演:亚历克斯·杨 布拉德利·马克等
    本书是Node.js的实战教程,涵盖了为开发产品级Node应用程序所需要的一切特性、技巧以及相关理念。 从搭建Node开发环境,到一些简单的演示程序,到开发复杂应用程序所必不可少的异步编程。第2版介绍了全栈开发者所需的全部技术,包括前端构建系统、选择Web框架、在Node中与数据库的交互、编写测试和部署Web程序,等等。
    Node.js实战
    搜索《Node.js实战》
    图书

    Mastering Node.js - 图书

    2013计算机·编程设计
    导演:Sandro Pasquali
    This book contains an extensive set of practical examples and an easy-to-follow approach to creating 3D objects.This book is great for anyone who already knows JavaScript and who wants to start creating 3D graphics that run in any browser. You don’t need to know anything about advanced math or WebGL; all that is needed is a general knowledge of JavaScript and HTML. The required materials and examples can be freely downloaded and all tools used in this book are open source.
    Mastering Node.js
    搜索《Mastering Node.js》
    图书

    Node.js实战 - 图书

    导演:Mike Cantelon
    服务器端JavaScript?没错。Node.js是一个JavaScript服务器,支持可伸缩的高性能Web应用。借助异步I/O,这个服务器可以同时做很多事情,能满足聊天、游戏和实时统计等应用的需求。并且既然是JavaScript,那你就可以全栈使用一种语言。 本书向读者展示了如何构建产品级应用,对关键概念的介绍清晰明了,贴近实际的例子,涵盖从安装到部署的各个环节,是一部讲解与实践并重的优秀著作。通过学习本书,读者将深入异步编程、数据存储、输出模板、读写文件系统,掌握创建TCP/IP服务器和命令行工具等非HTTP程序的技术。本书同样非常适合熟悉Rails、Django或PHP开发的读者阅读学习。 本书主要内容: Node.js及其扩展的安装配置; 全面理解异步编程和事件循环; 学会开发微博、聊天和游戏等热门应用。
    Node.js实战
    搜索《Node.js实战》
    图书

    Node.js实战 - 图书

    导演:亚历克斯•杨
    Node.js核心框架贡献者力作 展示Node核心技巧 本书特色 作为JavaScript服务器,Node支持可伸缩的高性能Web应用,极大简化了聊天、游戏和实时数据分析这样的事件驱动实时应用程序的开发,其生态系统也生机勃勃,模块、工具、库,应有尽有。 本书是在《Node.js实战》基础上打造的全新著作,由多位Node核心框架构建者和经验丰富的Web开发人员执笔,结合大量实例介绍如何用JavaScript和Node创建高性能的Web服务器,涵盖异步编程、状态管理、事件驱动编程等关键设计理念,旨在帮助读者成功晋级全栈开发。 ●前端系统构建 ●服务器端框架选择 ●如何用Express从头开始搭建Web程序 ●与数据库的交互 ●掌握非阻塞I/O ●Node的事件轮询 ●测试与部署 ●Web程序模板 ●用Node开发命令行工具和桌面软件
    Node.js实战
    搜索《Node.js实战》
    图书

    Node.js实战 - 图书

    导演:亚历克斯•杨
    Node.js核心框架贡献者力作 展示Node核心技巧 本书特色 作为JavaScript服务器,Node支持可伸缩的高性能Web应用,极大简化了聊天、游戏和实时数据分析这样的事件驱动实时应用程序的开发,其生态系统也生机勃勃,模块、工具、库,应有尽有。 本书是在《Node.js实战》基础上打造的全新著作,由多位Node核心框架构建者和经验丰富的Web开发人员执笔,结合大量实例介绍如何用JavaScript和Node创建高性能的Web服务器,涵盖异步编程、状态管理、事件驱动编程等关键设计理念,旨在帮助读者成功晋级全栈开发。 ●前端系统构建 ●服务器端框架选择 ●如何用Express从头开始搭建Web程序 ●与数据库的交互 ●掌握非阻塞I/O ●Node的事件轮询 ●测试与部署 ●Web程序模板 ●用Node开发命令行工具和桌面软件
    Node.js实战
    搜索《Node.js实战》
    图书
    加载中...